home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 27
/
CU Amiga Magazine's Super CD-ROM 27 (1998)(EMAP Images)(GB)[!][issue 1998-10].iso
/
CUCD
/
Programming
/
JForth
/
Extras
/
Clone
/
TestApps
/
App.f
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
FORTH Source
|
1992-05-31
|
228 b
|
15 lines
include? clone cl:topfile
anew task-App.f
: SubWord ( -- )
>newline ." This is from an overlay program." cr
;
: App ( -- )
>newline ." This is from the main program." cr
SubWord
' SubWord FreeOverlay
;